diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq_new/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/pq_new/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq_new/page.tsx b/app/[lng]/evcp/(evcp)/pq_new/page.tsx index 2e5e3e01..f2dddce5 100644 --- a/app/[lng]/evcp/(evcp)/pq_new/page.tsx +++ b/app/[lng]/evcp/(evcp)/pq_new/page.tsx @@ -9,7 +9,7 @@ import { getPQSubmissions } from "@/lib/pq/service" import { PQSubmissionsTable } from "@/lib/pq/pq-review-table-new/vendors-table" import { InformationButton } from "@/components/information/information-button" export const metadata: Metadata = { - title: "PQ 검토/실사 의뢰", + title: "협력업체 PQ/실사 현황", description: "", } @@ -71,7 +71,7 @@ export default async function PQReviewPage(props: PQReviewPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - PQ 검토/실사 의뢰 + 협력업체 PQ/실사 현황 </h2> <InformationButton pagePath="evcp/pq_new" /> </div> |
